DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1EditableDataCollection<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1EditableDataCollection<T>)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public virtual IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also